From: Karl Heuer Date: Sun, 18 Jan 1998 03:33:26 +0000 (+0000) Subject: (etags): Fix defgroup syntax. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~78412 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0ed5e526ec33c396e3b491d1cc93bdb7592652a;p=emacs.git (etags): Fix defgroup syntax. --- diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 3b5a9d6d7b6..d3f87b495c8 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -34,7 +34,8 @@ Use the `etags' program to make a tags table file.") ;; Make M-x set-variable tags-file-name like M-x visit-tags-table. ;;;###autoload (put 'tags-file-name 'variable-interactive "fVisit tags table: ") -(defgroup etags "Tags tables" +(defgroup etags nil + "Tags tables" :group 'tools) ;;;###autoload